@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.ttf?t=1648947852178') format('truetype');
  }
  .icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
 .xbox .img{
     height: 188px;
 }
 .xbox .img img{
     height: 100%;
     width: 100%;
     object-fit: cover;
 }
.pc-nav{
    display: flex;
    align-items: center;
    margin-left: 15.5%;
    padding: 15px;
}
.pc-nav .navlist .dad{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.pc-nav .navlist {
    width: 63%;
    margin-left: 112px;
}
.pc-nav .navlist .dad>li{
    font-size: 16px;
    line-height: 16px;
	letter-spacing: 1px;
	color: #000000;
    position: relative;
}
.pc-nav .navlist .dad li a{
    transition: all .3s;
}
.pc-nav .searchs{
    display: flex;
    align-items: center;
    margin-left: 54px;
    padding: 15px 0;
    padding-left: 26px;
    border-left: 1px solid #e5e5e5;;
}
.pc-nav .searchs img{
    margin-right: 18px;
}
.pc-nav .searchs p{
    font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #585858;
}
.navlist .dad>li:hover a{
    color: #ff740b;
}
.navlist .dad>li::after{
    content: "";
    display: block;
    width: 0%;
    height: 2px;
	background-color: #ff740b;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transition: all .3s;
    transform: translateX(-50%);
}
.navlist .dad>li:hover::after{
    width: 100%;
}
.mybanner .swiper-button-next,.mybanner .swiper-container-rtl .swiper-button-prev{
    background-image: none;
    font-size: 50px;
    color: #706e6b;
}
.mybanner .swiper-button-prev,.mybanner .swiper-container-rtl .swiper-button-next{
    background-image: none;
    font-size: 50px;
    color: #706e6b;
}
.mybanner .swiper-button-next,.mybanner .swiper-button-prev{
    font-weight: bold;
    width: unset !important;
    height: unset !important;
    opacity: 1 !important;
    transition: all .4s;
}
.mybanner .icon:hover{
    color: #0959b7;
}
.yxfw{
    margin-top: 80px;
}
.mutit h4{
    font-size: 30px;
    line-height: 29px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.mutit h4 strong{
    color: #00428e;
    font-weight: bold;
    line-height: 29px;
}
.mutit{
    padding-left: 13px;
    border-left: 4px solid #ff740b;
}
.yxfw .desc{
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000000;
    margin-top: 25px;
    text-align: justify;

}
.knowmore .btn{
    width: 160px;
	height: 46px;
	background-color: #00428e;
    font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 25px;
}
.knowmore .icolist{
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
    padding: 0 92px;
}
.knowmore .icolist .ibox{
    text-align: center;
}
.knowmore .icolist .ibox .img{
    padding: 10px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(233,233,233, .9);
    transition: all .3s;
    margin: auto;
}
.knowmore .ibox .num{
    font-size: 26px;
	line-height: 26px;
	color: #000000;
    margin-top: 25px;
    padding-bottom: 9px;
    position: relative;
    transition: all .3s;
}
.knowmore .ibox .num::after{
    content: "";
    display: block;
    width: 32px;
	height: 2px;
	background-color: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.newcenter .right .nbox .img{
    height: 226px;
}
.newcenter .right .nbox .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.knowmore .ibox p{
    font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #666666;
    margin-top: 13px;
}
.knowmore .ibox:hover .img{
    transform: rotate(-225deg);
    border-color: #00428e;
}
.knowmore .ibox:hover .img img{
    transform: rotate(225deg);
}
.fwtd{
    margin-top: 96px;
}
.fwtd .fwlist{
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid #c9d9e5;
}
.fwlist .block{
    width: 47.72%;
}
.fwlist .block p{
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #000000;
    margin-top: 22px;
    height: 52px;
                    overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
            /* 规定文字几行 */
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
}
.fwlist .block .more{
    font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #333;
    font-weight: bold;
    padding: 22px 0;
    background-color: #e4e4e4;
    text-align: center;
    margin-top: 36px;
    cursor: pointer;
    transition: all .3s;
}
.fwlist .block:hover .more{
    background-color: #00428e;
    color: #fff;
}
.news{
    overflow: hidden;
    margin-top: 80px;
    padding-top: 105px;
    padding-bottom: 66px;
    background-color: #f5f5f5;
}
.news .newcenter{
    display: flex;
    justify-content: space-between;
}
.news .newcenter .right{
    width: 79.09%;
    display: flex;
    justify-content: space-between;
}
.news .newcenter .tabslide{
    width: 72px;
    margin-top: 133px;
    display: flex;
    flex-direction: column;
}
.newcenter .tabslide>span{
    font-size: 18px;
	line-height: 30px;
	color: #333333;
    padding-bottom: 8px;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
}
.newcenter .tabslide>span::after{
    content: "";
    width: 0;
    position: absolute ;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #0959b7;
    transition: all .3s;
}
.newcenter .tabslide>span:hover::after{
    width: 100%;
}
.newcenter .tabslide>span:hover{
    font-weight: bold;
    color: #0757b5;
}
.newcenter .right .nbox{
    cursor: pointer;
    /* width: 29.69%; */
    background-color: #fff;
    transition: all .3s;
    height: 490px;
}
.newcenter .right .desc{
    padding: 0 31px;
    padding-top: 26px;
    padding-bottom: 34px;
}
.newcenter .right .desc span{
    font-size: 12px;
	line-height: 12px;
	color: #999999;
}
.newcenter .right .nbox h5{
    font-size: 17px;
    font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
    margin-top: 8px;
    transition: all .3s;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newcenter .right .nbox p{
    font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #666666;
    margin-top: 12px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newcenter .right .desc .icon{
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    opacity: 0.6;
    color: #999;
    margin-top: 25px;
    transition: all .3s;
}
.newcenter .right .nbox:hover{
    transform: translateY(-8px);
    box-shadow: 0px 0px 28px 0px 
    rgba(15, 95, 188, 0.15);
}
.newcenter .right .nbox:hover h5{
    color: #0f5fbc;
}
.newcenter .right .nbox:hover .icon{
    color: #0f5fbc;
}
.newcenter .left .nums>div{
    display: none;
}
.newcenter .left .nums>div:first-child{
    display: block;
}
.newcenter .left .pn>div{
    display: none;
    height: 100%;
}
.newcenter .left .pn>div:first-child{
    display: block;
}
.newcenter .right>div{
    display: none;
    width: 100%;
}
.newcenter .right>div:first-child{
    display: block;
}
.newcenter .left .pn,.newcenter .left .nums{
    position: relative;
}
.newcenter .left .nums{
    margin-top: 113px;
    height: 36px;
}
.newcenter .left .nums>div{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
	color: #666666;
}
.newcenter .left .nums>div .swiper-pagination-current{
    font-size: 42px;
	color: #0f5fbc;
}
.newcenter .left .pn{
    margin-top: 60px;
    height: 18px;
    width: 60%;
}
.pn .swiper-button-next,.pn .swiper-container-rtl .swiper-button-prev{
    background-image: unset !important;
    right: 0 !important;
}
.pn .swiper-button-prev,.pn .swiper-container-rtl .swiper-button-next{
    background-image: unset !important;
    left:  0 !important;
}
.bgmn{
    background-image: unset !important;
}
.newcenter .left .pn>div>div{
    width: unset !important;
    height: unset !important;
    margin-top: unset !important;
    top: unset !important;
    transition: all .3s;
}
.newcenter .left .pn>div>div:hover{
    color: #0f5fbc
}
.newcenter .left .pn .icon{
    font-size: 20px;
}
.tab-active{
    font-weight: bold !important;
    color: #0757b5 !important;
}
.tab-active::after{
    width: 100% !important;
}
.jdxm{
    padding-top: 80px;
    padding-bottom: 85px;
}
.jdxm .xmlist{
    margin-top: 54px;
    position: relative;
}
.xmlist .xbox{
    /* width: 32.19%; */
    padding: 25px 21px;
    background-color: #ededed;
    cursor: pointer;
    transition: all .3s;
}
.xmlist .xbox .desc{
    margin-top: 23px;
}
.xmlist .xbox .desc h5{
    font-size: 16px;
	line-height: 16px;
	color: #333333;
}
.xmlist .xbox .desc .line{
    width: 60px;
	height: 1px;
	background-color: #d1d1d1;
    margin: 13px 0;
}
.xmlist .xbox .desc p{
    font-size: 14px;
	line-height: 22px;
	color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xmlist .xbox:hover{
    transform: translateY(-8px);
}
.xmlist .swiper-button-prev{
    left: -53px;
    font-size: 30px;
    color: #cccccc;
    font-weight: bold;
}
.xmlist .swiper-button-next{
    right: -53px;
    font-size: 30px;
    color: #cccccc;
    font-weight: bold;
}
.swiper-button-next{
    text-align: right;
    transition: all .3s;
}
.swiper-button-prev{
    text-align: left;
    transition: all .3s;
}
.xmlist .swiper-button-prev:hover,.xmlist .swiper-button-next:hover{
    color: #0959b7;
}
.hzhb{
    margin-top: 30px;
    padding-bottom: 60px;
}
.hzhb .hzlist{
    margin-top: 40px;
    position: relative;
}
.hzlist .items .allblock{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.95%;
    padding: 12px;
    height: 125px;
}
.hzlist .items .hbox{
    width: 100%;
    height: 100%;
    /*padding: 30px 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 16px 0px 
    rgba(0, 66, 142, 0.13);
    margin: 0 .95%;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all .3s;
}
.hzlist .items .hbox img{
    max-width: 85%;
}
.hzlist .items .hbox:hover {
    transform: translateX(-5px);
    border-bottom: 1px solid #00428e;
}
.hzlist .items .swiper-button-next{
    font-size: 30px;
    right: -53px;
    font-weight: bold;
    color: #ccc;
}
.hzlist .items .swiper-button-prev{
    font-size: 30px;
    left: -53px;
    font-weight: bold;
    color: #ccc;
}
.hzlist .items .bgmn:hover{
    color: #0959b7;
}
.searchs{
    position: relative;
}
.searchs .inp{
    position: absolute;
    left: 10px;
    top: 50%;
    width: 100%;
    height: 40px;
    transform: translateY(-50%);
    background-color: #f5f5f5;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.searchs .inp input{
    padding-left: 10px;
    outline: none;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
}
.searchs .ss{
    cursor: pointer;
}
.ss-active{
    opacity: 1 !important;
    visibility:visible !important;
}
footer{
    background-color: #074087;
}
footer .fhead{
    height: 80px;
    border-bottom: 1px dotted rgba(215,215,215, .2);
}
footer .fhead .area{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .fhead .fnav{
    width: 61.59%;
    height: 100%;
}
footer .fhead .fnav ul{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
footer .fhead .fnav ul li{
    padding: 0 3.07%;
    font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}
footer .fhead .fnav ul li:first-child{
    padding-left: 0;
}
footer .fhead .fnav ul li:last-child{
    padding-right: 0;
    border-right: none;
}
footer .fhead .fnav ul li{
    border-right: 1px solid rgba(208,208,208, .3);
}
.fcen .area{
    padding-top: 20px;
    display: flex;
    padding-bottom: 6px;
}
.fcen .area .desc h5{
    font-size: 18px;;
	line-height: 18px;
	color: #ffffff;
}
.fcen .area .desc p{
    font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.6;
    margin-top: 20px;
}
.fcen .area .line{
    width: 1px;
	height: 90px;
	background-color: #ffffff;
	opacity: 0.3;
    margin-left: 7.9%;
    margin-right: 10.3%;
    margin-top: 69px;
}
.fcen .area  .erwei{
    width: 24%;
    display: flex;
    margin-top: 64px;
    text-align: center;
    justify-content: space-between;
}
.fcen .area  .erwei>div .img{
    width: 90px;
	height: 90px;
	background-color: #ffffff;
	border-radius: 5px;
	opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fcen .area  .erwei>div p{
    font-size: 14px;;
	line-height: 30px;
	color: #c7c7c7;
	opacity: 0.9;
}
.fbtm {
    background-color: #083a78;
}
.fbtm .area{
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbtm .area p{
    color: #ffffff;
	opacity: 0.4;
    font-size: 14px;
}
@media screen and (min-width: 1366px) and (max-width: 1635px){
    .pc-nav {
        margin-left: 4%;
    }
    .pc-nav .navlist {
        margin-left: 75px;
    }
    .pc-nav .searchs p{
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1366px){
    .pc-nav {
        margin-left: 0%;
    }
    .pc-nav .navlist {
        margin-left: 50px;
    }
    .pc-nav .searchs p{
        font-size: 20px;
    }
}
@media (max-width:1450px){
    .xmlist .swiper-button-prev,    .hzlist .items .swiper-button-prev{
        left: 5px;
    }
    .xmlist .swiper-button-next,.hzlist .items .swiper-button-next{
        right: 5px;
    }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .pc-nav .navlist .dad li a{
        font-size: 14px;
    }
    .yxfw {
        margin-top: 60px;
    }
    .mutit h4 {
        font-size: 25px;
        line-height: 25px;
    }
    .yxfw .desc {
        font-size: 15px;
        line-height: 27px;
        margin-top: 20px;
    }
    .knowmore .icolist {
        padding: 0 60px;
    }
    .newcenter .right .nbox{
        height: unset;
    }
    .newcenter .right .desc {
        padding: 0 15px;
        padding-bottom: 20px;
    }
    .news .newcenter .tabslide {
        margin-top: 58px;
    }
    .newcenter .right .nbox .img img{
        width: 100%;
        object-fit: cover;
    }
    .newcenter .left .nums {
        margin-top: 90px;
        height: 36px;
    }
    .news {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 50px;;
    }
    .jdxm {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hzlist .items .hbox{
        padding: 24px 0;
    }
    .fwtd {
        margin-top: 60px;
    }
    footer .fhead .fnav ul li{
        line-height: 20px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .pc-nav .navlist .dad li a{
        font-size: 14px;
    }
    .yxfw {
        margin-top: 45px;
    }
    .mutit h4 {
        font-size: 21px;
        line-height: 21px;
    }
    .knowmore .btn {
        width: 150px;
        height: 38px;
        font-size: 15px;
        margin-top: 20px;
    }
    .yxfw .desc {
        font-size: 13px;
        line-height: 24px;
        margin-top: 16px;
    }
    .fwtd {
        margin-top: 45px;
    }
    .knowmore .icolist {
        padding: 0 40px;
    }
    .knowmore .ibox .num{
        font-size: 20px;
        line-height: 20px;
    }
    .knowmore .icolist .ibox .img{
        width: 70px;
        height: 70px;
    }
    .newcenter .right .nbox{
        height: unset;
    }
    .newcenter .right .desc {
        padding: 0 15px;
        padding-bottom: 20px;
    }
    .news .newcenter .tabslide {
        margin-top: 75px;
        width: 56px;
    }
    .newcenter .right .nbox .img img{
        width: 100%;
        object-fit: cover;
    }
    .newcenter .left .nums {
        margin-top: 90px;
        height: 36px;
    }
    .news {
        margin-top: 45px;
        padding-top: 45px;
        padding-bottom: 45px;;
    }
    .jdxm {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .hzlist .items .hbox{
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .fwlist .block .more {
        font-size: 16px;
        line-height: 16px;
        padding: 16px 0;
        margin-top: 18px;
    }
    .fwtd .fwlist{
        margin-top: 25px;
    }
    .newcenter .tabslide>span{
        font-size: 14px;
    }
    .newcenter .left .nums>div .swiper-pagination-current {
        font-size: 28px;
    }
    .jdxm .xmlist{
        margin-top: 30px;
    }
    .hzhb .hzlist {
        margin-top: 30px;
    }
    .hzhb{
        padding-bottom: 30px;
    }
    footer .fhead .fnav{
        width: 100%;
    }
    footer .fhead .img{
        display: none;
    }
    footer .fhead .fnav ul li{
        line-height: 20px;
        padding: 0 2.07%;
    }
    footer .fhead{
        height: 65px;
    }
    .fcen .area .erwei {
        width: 29%;
    }
}
/* 移动端 */
@media (max-width:767px){
    .pc-nav .navlist .dad li a{
        font-size: 14px;
    }
    .yxfw {
        margin-top: 45px;
    }
    .mutit h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .knowmore .btn {
        width: 150px;
        height: 35px;
        font-size: 13px;
        margin-top: 15px;
    }
    .yxfw .desc {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
    }
    .fwtd {
        margin-top:30px;
    }
    .knowmore .icolist {
        padding: 0 12px;
        flex-wrap: wrap;
    }
    .knowmore .ibox .num{
        font-size: 18px;
        line-height: 18px;
    }
    .knowmore .icolist .ibox{
        margin-bottom: 15px;
    }
    .knowmore .icolist .ibox .img{
        width: 70px;
        height: 70px;
    }
    .newcenter .right .nbox{
        height: unset;
    }
    .newcenter .right .desc {
        padding: 0 15px;
        padding-bottom: 20px;
    }
    .news .newcenter .tabslide {
        margin-top: 45px;
        width: 48px;
    }
    .news .newcenter .right{
            width: 73%;
    }
    .newcenter .right .nbox .img img{
        width: 100%;
        object-fit: cover;
    }
    .newcenter .left .nums {
        margin-top: 90px;
        height: 36px;
    }
    .news {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;;
    }
    .jdxm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hzlist .items .hbox{
        padding: 15px 0;
        margin-bottom: 15px;
        /*width: 31.1%;*/
    }
    .fwlist .block p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 14px;
    }
    .fwlist .block .more {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 0;
        margin-top: 15px;
    }
    .fwtd .fwlist{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .fwlist .block{
        width: 100%;
        margin-bottom: 12px;
    }
    .newcenter .tabslide>span{
        font-size: 12px;
    }
    .newcenter .left .nums>div .swiper-pagination-current {
        font-size: 28px;
    }
    .jdxm .xmlist{
        margin-top: 25px;
    }
    .hzhb .hzlist {
        margin-top: 25px;
    }
    .hzhb{
        padding-bottom: 25px;
    }
    .xmlist .swiper-button-next, .hzlist .items .swiper-button-next,.xmlist .swiper-button-prev, .hzlist .items .swiper-button-prev{
        display: none;
    }
    footer .fhead .fnav{
        width: 100%;
    }
    footer .fhead .img{
        display: none;
    }
    footer .fhead .fnav ul li{
        line-height: 20px;
        padding: 0 1%;
        font-size: 14px;
        border-right: none;
    }
    footer .fhead{
        height: 65px;
    }
    .fcen .area .erwei {
        display: none;
    }
    .fcen .area .line{
        display: none;
    }
    .fcen .area,.fbtm .area{
        flex-wrap: wrap;
    }
    .fcen .area .desc{
        width: 100%;
    }
    .fbtm .area p{
        font-size: 12px;
    }
    .fcen .area .desc p{
        font-size: 12px;
    }
}